<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.tm-sc-blog.cp-blog-s1 .post .entry-content {
		padding: 0px 10px 0px 10px; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.btn {
		border-width: 1px;
		letter-spacing: .02rem;
		 }
	.tm-sc-funfact .counter {
		font-size: 1.5rem;
	}
	.tm-sc-funfact .title {
		font-size: .6rem; 
	}
	section &gt; .container, section &gt; .container-fluid {
		padding-top: 20px;
		padding-bottom: 20px; }
	.cp-curve-bottom {
		padding-bottom: 0;
	}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
		width: 40px;
		height: 40px;
		padding: 0px !important;
	}
	.owl-carousel:hover .owl-nav &gt; button.owl-prev {
		left: -10px; }
	  .owl-carousel:hover .owl-nav &gt; button.owl-next {
		right: -10px; }

		.tm-sc-icon-box.cp-iconbox.cp-iconbox-dark {
			height: auto;
		}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}


/*
Apple iPhone 5, 5S &amp; 5C 
Apple iPod Touch (5th generation)
*/
@media (min-width: 1136px) and (max-width: 1279px) {
	body {	font-size: 16px; }
}

/*
Apple iPhone 4 &amp; 4S
Apple iPod Touch (4th generation)
*/
@media (min-width: 960px) and (max-width: 1135px) {
	body {	font-size: 15px; }
	h1 { font-size:3em; }		/* 39px */
	h2 { font-size:2.3077em; }	/* 30px */
	h3 { font-size:1.8461em; }	/* 24px */
	h4 { font-size:1.3846em; }	/* 18px */
	h5 { font-size:1.2308em; }	/* 16px */
	h6 { font-size:1em; }		/* 13px */
}

/*
Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 &amp; Torch 9860
Nokia Lumia 610, 710 &amp; 800
HTC Desire, Desire Z, Desire S &amp; One V
Samsung Galaxy
*/
/* With side menu
@media (min-width: 768px) and (max-width: 1279px) {
*/
/* Without side menu */
@media (min-width: 768px) and (max-width: 959px) {
	body {	font-size: 15px; }
	h1 { font-size:3em; }		/* 39px */
	h2 { font-size:2.3077em; }	/* 30px */
	h3 { font-size:1.8461em; }	/* 24px */
	h4 { font-size:1.3846em; }	/* 18px */
	h5 { font-size:1.2308em; }	/* 16px */
	h6 { font-size:1em; }		/* 13px */
}



/*
Portrait orientation

Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 &amp; Torch 9860
Nokia Lumia 610, 710 &amp; 800
HTC Desire, Desire Z, Desire S &amp; One V
Samsung Galaxy
*/
@media (max-width: 767px) {
	body {	font-size: 15px; }
	h1 { font-size:2.5em; }		/* 30px */
	h2 { font-size:1.5em; }		/* 24px */
	h3 { font-size:1.3em; }	/* 20px */
	h4 { font-size:1em;}	/* 15px */
	h5 { font-size:1.1667em; }	/* 14px */
	h6 { font-size:1em; }		/* 12px */
}

</pre></body></html>